home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / games / ss114.zip / HISTORY.TXT < prev    next >
Text File  |  1996-01-28  |  19KB  |  452 lines

  1.  
  2. A Message From The Author
  3. -------------------------
  4.  
  5.  The seven games that are in the Solitaire Suite collection were
  6.  originally distributed as separate programs, each with a separate $5
  7.  registration fee.  For simplicity's sake, I decided to combine them
  8.  all into a single "suite" with a single, smaller registration fee.
  9.  
  10.  To maintain compatibility with people who registered the older
  11.  versions, each game still has it's own version number and registration
  12.  code.
  13.  
  14.                      Enjoy!
  15.                      Randy Rasa
  16.  
  17.  
  18.  
  19.  
  20. Solitaire Suite Revision History
  21. --------------------------------
  22.    1.00  06-30-92  Initial release ... merged all individual games into
  23.            one "collection" to simplify distribution and ease
  24.            of use.
  25.    1.01  07-11-92  Fixed CALC undo problems.
  26.    1.02  07-17-92  Fixed CONCEN crash problem.
  27.    1.03  08-08-92  Changed Royal Cotillion to 10-level undo default.
  28.            Added on-demand "SP" button to main menu.
  29.            Changed ID to display "deal ..." message if no more moves.
  30.            Small improvement to mouse init routine.
  31.    1.04  10-21-92  Mouse initialization routine changed in all programs.
  32.            Changes to all games (detailed below).
  33.    1.05  03-01-93  Added SOLSUITE.FRM.
  34.            Added "Border Color" option to all games.
  35.            Added "Challenge Scoring" option to Midnight Oil.
  36.    1.06  08-09-93  Added "Clear Stats" option button to all games.
  37.            Made button text black in all games.
  38.            Moved help text to external .HLP file for all games.
  39.    1.07  11-07-93  Moved all registration routines to SOLSUITE.EXE.
  40.            Added "Options" dialog box to SOLSUITE.EXE, which
  41.              includes command lines, registration code entry,
  42.              background color, and new "Border Color" option.
  43.            Added bit-mapped titles & win/lose to all games.
  44.            Clicking on title area displays "About" box.
  45.    1.08  03-31-94  Mouse right-click exits Options menu (all games).
  46.            Mouse right-click exits Help menu (all games).
  47.            Added more card backs, deteted others.
  48.    1.09  04-23-94  Simplified registration code entry.
  49.            Removed option to edit command lines.
  50.    1.10  05-01-94  Bug fixes ...
  51.            Size optimizations.
  52.    1.11  01-15-95  Updated documentation to reflect new BBS numbers and
  53.              Internet address.
  54.            Some people with non-standard video cards were
  55.              having problems reading the help text.  I went
  56.              back to using a smaller font for the help text ...
  57.            Spiffed up the "about" box and some of the title
  58.              screens.
  59.            By popular demand, I added some strategy hints to
  60.              the help file.  These hints are not extensive, but
  61.              should give you a head start to improving your
  62.              scores.
  63.            Added info screen after program exits ... wait five
  64.              seconds, or press any key to bypass it.
  65.    1.12  02-19-95  Removed all use of 8x14 font.
  66.    1.13  09-05-95  Updated documentation to reflect new BBS numbers,
  67.              Internet addresses, web page, and fax order number.
  68.    1.14  01-28-96  Added Windows SETUP.EXE program.
  69.                    Re-named SOLSUITE.FRM to SS_FRM.TXT.
  70.                    Re-named SOLSUITE.DOC to SOLSUITE.TXT.
  71.                    Removed BBS.LST and CATALOG.TXT.
  72.  
  73.  
  74.  
  75.  
  76. Calculation Revision History
  77. ----------------------------
  78.  
  79.    1.00  01-03-91  First Public Release.
  80.    1.01  01-11-91  Added "Session Statistics" option.
  81.            Cosmetic changes.
  82.    1.02  02-15-91  More cosmetic changes.
  83.    1.03  03-12-91  Added registration procedure.
  84.    1.04  03-23-91  Modified registration procedure.
  85.    1.05  04-23-91  Added option to print registration form.
  86.            Changed card definition filenames to CARDS.CD*.
  87.    1.06  05-17-91  Fixed problem with equipment test.
  88.    1.07  07-01-91  Added Abort (F10) feature.
  89.            The program now exits to DOS after running the
  90.            registration procedure, and the program date and
  91.            time are set correctly.
  92.    1.08  08-21-91  Added /LCD command-line switch.
  93.            Added /M command-line switch.
  94.            Clear message line for Help and Options menus.
  95.    1.09  09-02-91  Rewrote mouse initialization routine.
  96.            Removed /M command-line switch.
  97.    1.10  10-28-91  Added dialog box to select card back.
  98.            Improved parsing of command-line arguments.
  99.            Modified the "abort" sequence so that pressing F10
  100.            once will bring up the abort dialog box, and
  101.            pressing F10 again will exit the program.
  102.    1.11  02-14-92  Increased number of available card backs to seven.
  103.            Added "/NC" (No Cheat) command-line option.
  104.            Added "/W" (Windows Compatability) command-line option.
  105.    1.12  06-30-92  Fixed de-selection bug.
  106.            Fixed screen-clearing problem.
  107.            Added "progress meter".
  108.            Added a 10-level undo (accessed via the 'U' key).
  109.            New mouse routines.
  110.            Increased number of card backs to 8.
  111.            Now part of "Solitaire Suite".
  112.    1.13  07-11-92  Fixed problems with the undo.
  113.    1.14  10-21-92  Added "Same Hand" button to replay last hand.
  114.            Added "Undo" button.
  115.            Fixed another undo bug.
  116.    1.15  03-01-93  Added "Border Color" option.
  117.    1.16  08-09-93  Added "Clear Stats" option button.
  118.            Made button text black.
  119.            Moved help text to external .HLP file.
  120.    1.17  11-07-93  Added right-button "undo all".
  121.    1.18  03-31-94  Added "Easy Mode" option.
  122.    1.19  05-01-94  Fixed card-selection problem in option menu.
  123.    1.20  01-15-95  New "about" screen.
  124.            Improved help text.
  125.  
  126.  
  127.  
  128.  
  129. Concentration Revision History
  130. ------------------------------
  131.  
  132.    1.00  11-17-89  First Public Release.  Text-based version.
  133.    2.00  06-14-91  New EGA version released.
  134.    2.01  08-23-91  The program now exits to DOS after running the
  135.            registration procedure, and the program date and
  136.            time are set correctly.
  137.            Added /LCD command-line switch.
  138.            Added /M command-line switch.
  139.            Fixed bug in "Select Player" menu.
  140.    2.02  09-02-91  Rewrote mouse initialization routine.
  141.            Removed /M command-line switch.
  142.    2.03  10-28-91  Added dialog box to select card back.
  143.            Improved parsing of command-line arguments.
  144.            Modified the "abort" sequence so that pressing F10
  145.            once will bring up the abort dialog box, and
  146.            pressing F10 again will exit the program.
  147.    2.04  02-14-92  Increased number of available card backs to seven.
  148.            Added "/NC" (No Cheat) command-line option.
  149.            Added "/W" (Windows Compatability) command-line
  150.             option.
  151.    2.05  06-30-92  Fixed F10 crash problem.
  152.            New mouse routines.
  153.            Increased number of card backs to 8.
  154.            Now part of "Solitaire Suite".
  155.    2.06  07-17-92  Fixed start-up crash problem.
  156.    2.07  10-21-92  Added 'Quit' dialog box.
  157.            Added 'Quick Deal' option.
  158.    2.08  03-01-93  Added "Border Color" option.
  159.    2.09  08-09-93  Added "Clear Stats" option button.
  160.            Made button text black.
  161.            Moved help text to external .HLP file.
  162.    2.10  11-07-93  Miscellaneous tweaks.
  163.    2.11  03-31-94  nada
  164.    2.12  05-01-94  Fixed card-selection problem in option menu.
  165.    2.13  01-15-95  New "about" screen.
  166.            Improved help text.
  167.  
  168.  
  169.  
  170.  
  171.  
  172. Idiot's Delight Revision History
  173. --------------------------------
  174.  
  175.    1.00  01-29-91  First Public Release.
  176.    1.01  02-15-91  Cosmetic changes.
  177.    1.02  03-12-91  Added registration procedure.
  178.    1.03  03-23-91  Modified registration procedure.
  179.    1.04  04-23-91  Added option to print registration form.
  180.            Changed card definition filenames to CARDS.CD*.
  181.    1.05  05-17-91  Fixed problem with equipment test.
  182.    1.06  06-16-91  Added "Assist" option.
  183.            Added Abort (F10) key.
  184.    1.07  06-21-91  Fixed bug when moving a card to an empty pile
  185.            (program would crash if wrong key or mouse button
  186.            was pressed).
  187.    1.08  08-13-91  The program now exits to DOS after running the
  188.            registration procedure, and the program date and
  189.            time are set correctly.
  190.            Added /LCD command-line switch.
  191.            Added /M command-line switch.
  192.    1.09  09-02-91  Rewrote mouse initialization routine.
  193.            Removed /M command-line switch.
  194.    1.10  10-28-91  Added dialog box to select card back.
  195.            Improved parsing of command-line arguments.
  196.            Modified the "abort" sequen